home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple Reference & Presen…tion Library 2 (Reseller)
/
Apple R&P Lib Reseller v2.0.iso
/
4-Fonts & Software
/
Demo Software
/
AppMaker
/
Demo AppMaker™
/
Demo AppMaker™.rsrc
/
TmpC_222_Globals.h
< prev
next >
Wrap
Text File
|
1989-04-09
|
766b
|
31 lines
/* %filename% */
/* Created %date% %time% by AppMaker */
typedef struct {
/*Standard fields:*/
TEHandle text;
ControlHandle vScroll;
ControlHandle hScroll;
short fileNum;
short volNum;
Boolean dirty;
StringHandle filename;
enum {noWindow%windowKinds%} windowKind;
/*Application-specific fields:*/
%DeclGlobals%
} WinInfoRec, *WinInfoPtr;
extern Boolean quittingTime;
extern EventRecord curEvent;
extern WindowPtr curWindow;
extern WinInfoPtr cur;
extern Boolean inBackground;
/*----------*/
void InitGlobals (void);
void SetInfo (WindowPtr window);
void SetNewInfo (WindowPtr window);
void DiscardInfo (WindowPtr window);